Skip to content

Aspire-13.1#1056

Merged
aaronpowell merged 19 commits intomainfrom
aspire-13.1
Jan 14, 2026
Merged

Aspire-13.1#1056
aaronpowell merged 19 commits intomainfrom
aspire-13.1

Conversation

@aaronpowell
Copy link
Member

  • Updated multiple test files to replace calls to GetEnvironmentVariableValuesAsync() with GetEnvironmentVariablesAsync().
  • Replaced calls to GetArgumentValuesAsync() with GetArgumentListAsync() in various test cases.
  • Introduced new utility methods in the CommunityToolkit.Aspire.Testing namespace for better argument and environment variable handling.

Closes #<ISSUE_NUMBER>

PR Checklist

  • Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
  • Based off latest main branch of toolkit
  • PR doesn't include merge commits (always rebase on top of our main, if needed)
  • New integration
    • Docs are written
    • Added description of major feature to project description for NuGet package (4000 total character limit, so don't push entire description over that)
  • Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Contains NO breaking changes
  • Every new API (including internal ones) has full XML docs
  • Code follows all style conventions

Other information

… methods

- Updated multiple test files to replace calls to GetEnvironmentVariableValuesAsync() with GetEnvironmentVariablesAsync().
- Replaced calls to GetArgumentValuesAsync() with GetArgumentListAsync() in various test cases.
- Introduced new utility methods in the CommunityToolkit.Aspire.Testing namespace for better argument and environment variable handling.
aaronpowell and others added 5 commits December 14, 2025 22:48
Updated infrastructure and test code to use Azure Redis Enterprise (Microsoft.Cache/redisEnterprise) instead of the legacy Azure Redis Cache. Refactored connection string handling and key retrieval to use RedisEnterpriseCluster and RedisEnterpriseDatabase resources. Updated Bicep templates and test assertions accordingly. Removed obsolete test for non-SSL port, as Redis Enterprise always requires TLS. This modernizes the codebase to align with current Azure recommendations.
@github-actions github-actions bot added the Stale label Dec 21, 2025
@github-actions github-actions bot closed this Dec 24, 2025
@aaronpowell aaronpowell removed the Stale label Jan 12, 2026
@aaronpowell aaronpowell reopened this Jan 12, 2026
@aaronpowell aaronpowell marked this pull request as ready for review January 12, 2026 03:38
Copilot AI review requested due to automatic review settings January 12, 2026 03:38
@aaronpowell aaronpowell merged commit 8dba511 into main Jan 14, 2026
341 of 344 checks passed
@aaronpowell aaronpowell deleted the aspire-13.1 branch January 14, 2026 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants